traversing an enum c#

62

traversing an enum c# -

var values = Enum.GetValues(typeof(Foos)).Cast<Foos>();

Comments

Submit
0 Comments